//»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»» Check Out ««
void export RCSCheckOut()
{
int oldLine = ReadInfo("line"); // Grab cursor position
int oldByte = ReadInfo("byte_position");
int success=1;
Status(0,"Checking out..."); // Tell user we're working
if (System("bin:co -l \""+ReadInfo("full_file_name")+"\"")){
success = 0;
if(Request("Check out error!\nProbably the file is already check out!\n(Consult the readme for more help)","RCS request","Force check out!|OK"))
if (System("bin:co -l -f \""+ReadInfo("full_file_name")+"\"")){
if(!Request("Check out error again!\nTry to check the file out by hand!\n(Consult the readme for more help)","RCS request","Sigh!|Just change that bloody w-flag, will ya'!")){